home *** CD-ROM | disk | FTP | other *** search
/ Champak 112 / jogo-disk-112.iso / Games / ophelias_diary_2_episode_1.swf / scripts / DefineButton2_2371 / BUTTONCONDACTION on(release).as
Text File  |  2010-07-14  |  359b  |  18 lines

  1. on(release){
  2.    if(eval("/Variables:Vert") == 1 and eval("/Variables:PrescottAction") == 0)
  3.    {
  4.       tellTarget("../")
  5.       {
  6.          nextFrame();
  7.       }
  8.    }
  9.    else if(eval("/Variables:Parle") == 0 and eval("/Variables:Vert") == 0)
  10.    {
  11.       tellTarget("/Voix")
  12.       {
  13.          gotoAndStop("ToDark");
  14.          play();
  15.       }
  16.    }
  17. }
  18.